home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / MacWT 0.77 / src / wt Mac Source / Menu.h < prev    next >
Text File  |  1995-03-21  |  139b  |  7 lines

  1. // Menus.h
  2.  
  3. void    DoMenuCommand(long menuResult);
  4. void    InstallMenus(void);
  5. void    DoAdjustMenus(void);
  6. Boolean    IsAppWindow(WindowPtr window);
  7.